home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / zangband.lha / Zangband261 / pref / pref-key.prf < prev    next >
Encoding:
Text File  |  2001-07-01  |  1.7 KB  |  206 lines

  1. # File: pref-key.prf
  2.  
  3. #
  4. # This file defines "default" keysets
  5. #
  6. # This file includes, if appropriate, various "sub-files"
  7. #
  8. # See "lib/help/command.txt" and "src/files.c" for more information.
  9. #
  10.  
  11.  
  12. ##### Original Keyset Mappings #####
  13.  
  14. # Stay still
  15. A:,
  16. C:0:5
  17.  
  18. # Movement
  19. A:;1
  20. C:0:1
  21. A:;2
  22. C:0:2
  23. A:;3
  24. C:0:3
  25. A:;4
  26. C:0:4
  27. A:;6
  28. C:0:6
  29. A:;7
  30. C:0:7
  31. A:;8
  32. C:0:8
  33. A:;9
  34. C:0:9
  35.  
  36. # Hack -- Return
  37. A:\r
  38. C:0:^J
  39.  
  40. # Hack -- Commit suicide
  41. A:Q
  42. C:0:^K
  43.  
  44. # Hack -- Commit suicide
  45. A:Q
  46. C:0:^C
  47.  
  48. # Hack -- swap equipment
  49. A:w0
  50. C:0:X
  51.  
  52.  
  53. ##### Roguelike Keyset Mappings #####
  54.  
  55. # Run
  56. A:,
  57. C:1:.
  58.  
  59. # Stay still
  60. A:.
  61. C:1:,
  62.  
  63. # Stay still
  64. A:.
  65. C:1:5
  66.  
  67. # Movement
  68. A:;1
  69. C:1:1
  70. A:;2
  71. C:1:2
  72. A:;3
  73. C:1:3
  74. A:;4
  75. C:1:4
  76. A:;6
  77. C:1:6
  78. A:;7
  79. C:1:7
  80. A:;8
  81. C:1:8
  82. A:;9
  83. C:1:9
  84.  
  85. # Movement (rogue keys)
  86. A:;1
  87. C:1:b
  88. A:;2
  89. C:1:j
  90. A:;3
  91. C:1:n
  92. A:;4
  93. C:1:h
  94. A:;6
  95. C:1:l
  96. A:;7
  97. C:1:y
  98. A:;8
  99. C:1:k
  100. A:;9
  101. C:1:u
  102.  
  103. # Running (shift + rogue keys)
  104. A:.1
  105. C:1:B
  106. A:.2
  107. C:1:J
  108. A:.3
  109. C:1:N
  110. A:.4
  111. C:1:H
  112. A:.6
  113. C:1:L
  114. A:.7
  115. C:1:Y
  116. A:.8
  117. C:1:K
  118. A:.9
  119. C:1:U
  120.  
  121. # Altering (control + rogue keys)
  122. A:+1
  123. C:1:^B
  124. A:+2
  125. C:1:^J
  126. A:+3
  127. C:1:^N
  128. A:+4
  129. C:1:^H
  130. A:+6
  131. C:1:^L
  132. A:+7
  133. C:1:^Y
  134. A:+8
  135. C:1:^K
  136. A:+9
  137. C:1:^U
  138.  
  139. # Allow use of the "tunnel" command
  140. A:T
  141. C:1:^T
  142.  
  143. # Allow use of the "destroy" command
  144. A:k
  145. C:1:^D
  146.  
  147. # Locate player on map
  148. A:L
  149. C:1:W
  150.  
  151. # Browse a book (Peruse)
  152. A:b
  153. C:1:P
  154.  
  155. # Jam a door (Spike)
  156. A:j
  157. C:1:S
  158.  
  159. # Toggle search mode
  160. A:S
  161. C:1:#
  162.  
  163. # Use a staff (Zap)
  164. A:u
  165. C:1:Z
  166.  
  167. # Take off equipment
  168. A:t
  169. C:1:T
  170.  
  171. # Fire an item
  172. A:f
  173. C:1:t
  174.  
  175. # Bash a door (Force)
  176. A:B
  177. C:1:f
  178.  
  179. # Look around (examine)
  180. A:l
  181. C:1:x
  182.  
  183. # Aim a wand (Zap)
  184. A:a
  185. C:1:z
  186.  
  187. # Zap a rod (Activate)
  188. A:z
  189. C:1:a
  190.  
  191. # Hack -- Commit suicide
  192. A:Q
  193. C:1:^C
  194.  
  195. # Hack -- swap equipment
  196. A:w0
  197. C:1:X
  198.  
  199. # Hack - race/mutation power activation
  200. A:U
  201. C:1:O
  202.  
  203. # Hack - race/mutation power activation
  204. A:^t
  205. C:1:'
  206.